DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / ExecuteDbDataReader Method
An instance of System.Data.CommandBehavior.

In This Topic
    ExecuteDbDataReader Method (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Executes the command text against the connection.
    Syntax
    'Declaration
     
    Protected Overrides Function ExecuteDbDataReader( _
       ByVal behavior As CommandBehavior _
    ) As DbDataReader
    protected override DbDataReader ExecuteDbDataReader( 
       CommandBehavior behavior
    )

    Parameters

    behavior
    An instance of System.Data.CommandBehavior.

    Return Value

    The result of the query execution expressed in a System.Data.Common.DbDataReader.
    See Also